home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
SourceCode
/
GameKit
/
Headers
/
gamekit
/
GKText.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-06-12
|
367b
|
15 lines
/* ./GKText.h generated from GKText.psw
by unix pswrap V1.009 Wed Apr 19 17:50:24 PDT 1989
*/
#ifndef GKTEXT_H
#define GKTEXT_H
extern void GKTextSetUp();
extern void GKborderedTextBoundingBox( /* char *str; float *x; float *y; float *width; float *height; */ );
extern void GKdrawBorderedText( /* float xlate; float ylate; char *str; */ );
#endif GKTEXT_H